-
- 399 views
- 1 answers
- 0 votes
-
- 0 views
- 1 answers
- 0 votes
-
- 380 views
- 0 answers
- 0 votes
-
I am trying to install google-cloud-pubsub in a docker image. One of the requirement is to install grpcio. While trying …
- 342 views
- 0 answers
- 0 votes
-
I am trying to use Timestamp and have imported it in protobuf message – import "google/protobuf/timestamp.proto"; message TriggerDataMsg { google.protobuf.Timestamp …
- 0 views
- 0 answers
- 0 votes
-
I am trying to use JAVA gRPC in an OSGi bundle. I am using maven and using org.apache.servicemix.bundles.grpc-1.30.2_1 which is …
- 382 views
- 1 answers
- 0 votes
-
I would like to make client-side streaming blocking. The definition of that protocol can look like this: rpc RecordRoute(stream Point) …
- 364 views
- 1 answers
- 0 votes